Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 新しい検索オプション #131

Merged
merged 4 commits into from
Aug 10, 2024
Merged

feat: 新しい検索オプション #131

merged 4 commits into from
Aug 10, 2024

Conversation

1673beta
Copy link
Owner

@1673beta 1673beta commented Aug 9, 2024

What

新しい検索オプションを追加

Why

close #94

Additional info (optional)

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Update CHANGELOG_CHERRYPICK.md
  • (If possible) Add tests

Copy link

github-actions bot commented Aug 9, 2024

이 PR에 의한 api.json 차이

차이점은 여기에서 볼 수 있음
--- base
+++ head
@@ -62725,15 +62725,6 @@
                     "maximum": 100,
                     "default": 10
                   },
-                  "origin": {
-                    "type": "string",
-                    "enum": [
-                      "local",
-                      "remote",
-                      "combined"
-                    ],
-                    "default": "combined"
-                  },
                   "offset": {
                     "type": "integer",
                     "default": 0
@@ -62757,6 +62748,23 @@
                     ],
                     "format": "misskey:id",
                     "default": null
+                  },
+                  "fileOption": {
+                    "type": "string",
+                    "enum": [
+                      "combined",
+                      "fileOnly",
+                      "noFile"
+                    ],
+                    "default": "combined"
+                  },
+                  "excludeNsfw": {
+                    "type": "boolean",
+                    "default": false
+                  },
+                  "excludeBot": {
+                    "type": "boolean",
+                    "default": false
                   }
                 },
                 "required": [

Get diff files from Workflow Page

@1673beta 1673beta added this to the 0.5.0 milestone Aug 9, 2024
@1673beta 1673beta merged commit 340a38d into develop Aug 10, 2024
17 of 30 checks passed
@1673beta 1673beta deleted the search branch August 10, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FTSフィルター
1 participant